home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15998 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.2 KB

  1. Path: ddi2.digital.net!usenet
  2. From: (Kenzo)
  3. Newsgroups: comp.lang.c++
  4. Subject: ***basic question**** unresolved external symbol
  5. Date: Tue, 09 Apr 1996 04:24:26 GMT
  6. Organization: FLORIDA ONLINE, Florida's Premier Internet Provider
  7. Message-ID: <4kcoqn$9q5@ddi2.digital.net>
  8. NNTP-Posting-Host: @pm4_12.digital.net
  9. X-Newsreader: Forte Free Agent 1.0.82
  10.  
  11. Thank you for reading. This qestion may be basic qestion and I shoul
  12. read here carefully. But I am stuck. So if you know how to solve
  13. this,please send E-Mail to me. I am working binary tree program on the
  14. text book. There is no type miss, but compiler give like that message.
  15. I don't know even meaning of error message.
  16. I will appreciate your kindness.
  17. Ken
  18. kyamada@fit.edu
  19.  
  20. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  21. Compiling...
  22. avltree.cpp
  23. Linking...
  24. avltree.obj : error LNK2001: unresolved external symbol "class ostream
  25. & __cdecl operator<<(class ostream &,class String const
  26. &)"(??6@YAAAVostream@@AAV0@ABVString@@@Z)
  27. avltree.obj : error LNK2001: unresolved external symbol "public:
  28. __thiscall String::~String(void)"(??1String@@QAE@XZ)
  29. avltree.obj : error LNK2001: unresolved external symbol "public:
  30. __thiscall String::String(char const *)"(??0String@@QAE@PBD@Z)
  31. avltree.obj : error LNK2001: unresolved external symbol "public:
  32. __thiscall String::String(class String const
  33. &)"(??0String@@QAE@ABV0@@Z)
  34. avltree.obj : error LNK2001: unresolved external symbol "public: int
  35. __thiscall String::operator<(class String const &)const
  36. "(??MString@@QBEHABV0@@Z)
  37. avltree.obj : error LNK2001: unresolved external symbol "public: int
  38. __thiscall String::operator<=(class String const &)const
  39. "(??NString@@QBEHABV0@@Z)
  40. avltree.obj : error LNK2001: unresolved external symbol "public: int
  41. __thiscall String::operator>(class String const &)const
  42. "(??OString@@QBEHABV0@@Z)
  43. avltree.obj : error LNK2001: unresolved external symbol "public: int
  44. __thiscall String::operator==(class String const &)const
  45. "(??8String@@QBEHABV0@@Z)
  46. LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol
  47. _WinMain@16
  48. Debug/April.exe : fatal error LNK1120: 9 unresolved externals
  49. Error executing link.exe.
  50. April.exe - 10 error(s), 0 warning(s)
  51. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  52.  
  53.